Doc fixes.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2005 04:25:33 +0000 (04:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 04:25:33 +0000 (04:25 +0000)
2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkcalendar.c
gtk/gtkicontheme.c
gtk/gtkiconview.c

index b59164736795901fbb08ae13dabeecac3d0820f2..e4db090b6fad355c68abceb0ddb30b33ee36c817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
+       * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
+       * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
+
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c: Small markup fixes.
index b59164736795901fbb08ae13dabeecac3d0820f2..e4db090b6fad355c68abceb0ddb30b33ee36c817 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
+       * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
+       * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
+
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c: Small markup fixes.
index b59164736795901fbb08ae13dabeecac3d0820f2..e4db090b6fad355c68abceb0ddb30b33ee36c817 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
+       * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
+       * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
+
 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c: Small markup fixes.
index 9c36354969f13c690567e4df1b5153aeda5ad0d0..1183c34e4477ab1a6a15f4125234c6cc1aaec73b 100644 (file)
@@ -3383,7 +3383,7 @@ gtk_calendar_freeze (GtkCalendar *calendar)
 
 /**
  * gtk_calendar_thaw:
- * @calendar: 
+ * @calendar: a #GtkCalendar
  * 
  * Does nothing. Previously defrosted a calendar; all the changes made
  * since the last gtk_calendar_freeze() were displayed.
index 01d3b57da8d1104912543e85b4c587c539621235..311598930029643c41252598aba13aeaf9fa6a0f 100644 (file)
@@ -2535,7 +2535,7 @@ icon_info_ensure_scale_and_pixbuf (GtkIconInfo *icon_info,
 /**
  * gtk_icon_info_load_icon:
  * @icon_info: a #GtkIconInfo structure from gtk_icon_theme_lookup_icon()
- * @error: 
+ * @error: location to store error information on failure, or %NULL.
  * 
  * Renders an icon previously looked up in an icon theme using
  * gtk_icon_theme_lookup_icon(); the size will be based on the size
index 6ae1aba070bb52ee304c0c864a60bc226ea27f96..4e484f22c695b8d7e6ac86a80447f64bdbe86bb6 100644 (file)
@@ -5397,7 +5397,7 @@ gtk_icon_view_get_column_spacing (GtkIconView *icon_view)
 }
 
 /**
- * gtk_icon_view_set_marging:
+ * gtk_icon_view_set_margin:
  * @icon_view: a #GtkIconView
  * @spacing: the margin
  *